Termination Proof Script
Consider the TRS R consisting of the rewrite rules
|
1: |
|
f(x,a(b(y))) |
→ f(a(b(b(x))),y) |
2: |
|
f(a(x),y) |
→ f(x,a(y)) |
3: |
|
f(b(x),y) |
→ f(x,b(y)) |
|
There are 3 dependency pairs:
|
4: |
|
F(x,a(b(y))) |
→ F(a(b(b(x))),y) |
5: |
|
F(a(x),y) |
→ F(x,a(y)) |
6: |
|
F(b(x),y) |
→ F(x,b(y)) |
|
The approximated dependency graph contains one SCC:
{4-6}.
-
Consider the SCC {4-6}.
There are no usable rules.
The constraints could not be solved.
Tyrolean Termination Tool (0.01 seconds)
--- May 4, 2006